-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[CI] Add link to issue tracker upon job failures #140817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add link to issue tracker upon job failures #140817
Conversation
The premerge system will fail somewhat often due to issues unrelated to the patch being tested. This patch adds a link within the long form outputs to the issue tracker prompting users to open an issue if they see flakes/soemthing broken at HEAD/anything else wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea!
If we find the quality of these issues is lacking, in future we could consider using GitHub's issue templates to provide a starting point like "Build URL: " and so on.
Yep, agreed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
We don't need to fix this because Buildkite will be going away soon but FYI just in case anyone else reports it... Buildkite does not render a blank line if this new text is placed directly after the Also I notice the emoji not working, looks like GitHub doesn't have these I'll try to confirm. If so, 🐧 and 🪟 could work :) |
|
#142101 to fix the emoji. |


The premerge system will fail somewhat often due to issues unrelated to the patch being tested. This patch adds a link within the long form outputs to the issue tracker prompting users to open an issue if they see flakes/soemthing broken at HEAD/anything else wrong.